projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff8cca7
)
Fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 21 Apr 2017 22:27:43 +0000
(18:27 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 21 Apr 2017 22:28:56 +0000
(18:28 -0400)
gdk/wayland/gdkwindow-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkwindow-wayland.c
b/gdk/wayland/gdkwindow-wayland.c
index 17fb7204722d9ad9cfb45f9456d3a2c8b16d10b8..d33de9bea3555f593c9d995f00d5b3b833823aba 100644
(file)
--- a/
gdk/wayland/gdkwindow-wayland.c
+++ b/
gdk/wayland/gdkwindow-wayland.c
@@
-2258,7
+2258,7
@@
should_map_as_subsurface (GdkWindow *window)
if (impl_parent->mapped)
return TRUE;
else
- g_warning ("Couldn't map window %p as su
sb
urface because its parent is not mapped.",
+ g_warning ("Couldn't map window %p as su
bs
urface because its parent is not mapped.",
window);
}